home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / pgm_tool / lu62 / novell / int6f.sts < prev    next >
Text File  |  1995-07-03  |  6KB  |  125 lines

  1. PWB-GENERATED FILE: DO NOT MODIFY
  2. [shared-]
  3.     version=3
  4.     pmark="C:\LU62\NOVELL\ZPROC.ASM" 49 11
  5.     project="C:\LU62\NOVELL\int6f.mak"
  6.     buildmode=3
  7. [edit-]
  8.     file="C:\LU62\NOVELL\ZPROC.ASM" 49 1 49 11
  9.     srch=Exit
  10.     fSrchRe=0
  11.     rpl=
  12.     src=
  13.     fRplRe=17664
  14. [pwb]
  15.     screen=25 80
  16.     winstyle=7
  17.     wnd=Z 8 7 24 80 0 0
  18.     file="<COMPILE>Build Results" 1 1 1 1
  19.     wnd=z 1 0 24 80 0 0
  20.     file="C:\LU62\NOVELL\NWDRVN.ASM" 394 1 398 22
  21.     wnd=Z 6 5 24 80 0 0
  22.     file="C:\LU62\NOVELL\NWSNDN.ASM" 11 1 16 12
  23.     wnd=Z 7 6 24 80 0 0
  24.     file="C:\LU62\NOVELL\INT6F.ASM" 1 1 1 12
  25.     wnd=Z 5 4 24 80 0 0
  26.     file="C:\LU62\DEBUG\APL.ASM" 43 1 48 1
  27.     wnd=Z 2 1 24 80 0 0
  28.     file="C:\LU62\DEBUG\GETDCWD.ASM" 11 1 11 1
  29.     wnd=R 3 2 24 80 0 0
  30.     file="C:\LU62\DEBUG\SYSCM.ASM" 1 1 16 1
  31.     wnd=R 4 3 24 80 0 0
  32.     file="<SEARCH>Search Results" 1 1 1 1
  33.     wnd=c 0 0 0 0 0 0
  34.     file="<PRINT>Print Results" 1 1 1 1
  35.     wnd=c 0 0 0 0 0 0
  36.     file="<RECORD>Record" 1 1 1 1
  37.     wnd=c 0 0 0 0 0 0
  38.     file="<CLIPBOARD>Clipboard" 1 1 1 1
  39.     wnd=c 0 0 0 0 0 0
  40.     file="<pwbhelp>Help: Ldelete Function" 1 1 7 1
  41.     wnd=c 1 0 24 80 0 0
  42.     file="<browse>Browser Output" 1 1 1 1
  43.     wnd=c 0 0 0 0 0 0
  44. [build]
  45.     build: language "Assembler"
  46.     build: template "DOS COM" modified
  47.     build: macro DEBUG "0"
  48.     build: macro BSCMAKE "bscmake"
  49.     build: macro SBRPACK "sbrpack"
  50.     build: macro NMAKEBSC1 "set"
  51.     build: macro NMAKEBSC2 "nmake"
  52.     build: macro ASM "ml"
  53.     build: macro H2INC "h2inc"
  54.     build: macro AFLAGS_G "/Cp /W2 /AT /Zm"
  55.     build: macro AFLAGS_D "/Zi"
  56.     build: macro AFLAGS_R " /nologo"
  57.     build: macro MAPFILE_D "NUL"
  58.     build: macro MAPFILE_R "NUL"
  59.     build: macro LFLAGS_G "/NOI /NOE /TINY /BATCH /ONERROR:NOEXE"
  60.     build: macro LFLAGS_D "/CO /FAR"
  61.     build: macro LFLAGS_R "/FAR /NOPACKC"
  62.     build: macro LINKER "link"
  63.     build: macro ILINK "ilink"
  64.     build: macro LRF "echo > NUL"
  65.     build: macro ILFLAGS "/a /e"
  66.     build: macro LLIBS_G ""
  67.     build: macro LLIBS_D ""
  68.     build: macro LLIBS_R ""
  69.     build: all $(PROJ).com
  70.     build: target $(PROJ).bsc bscmake
  71.     build: target $(PROJ).com lrf_com link_com
  72.     build: inference compile .asm.obj asm_asm_obj
  73.     build: inference .asm.sbr asm_asm_sbr
  74.     build: inference .h.inc h2inc_h_inc
  75.     build: command bscmake "$(BSCMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  76.     build: command nmakebsc1 "-$(NMAKEBSC1) MAKEFLAGS="
  77.     build: command nmakebsc2 "-$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  78.     build: release command asm_asm_obj "$(ASM) /c $(AFLAGS_G) $(AFLAGS_R) /Fo$@ $<"
  79.     build: debug command asm_asm_obj "$(ASM) /c $(AFLAGS_G) $(AFLAGS_D) /Fo$@ $<"
  80.     build: release command asm_asm_sbr "$(ASM) /Zs $(AFLAGS_G) $(AFLAGS_R) /FR$@ $<"
  81.     build: debug command asm_asm_sbr "$(ASM) /Zs $(AFLAGS_G) $(AFLAGS_D) /FR$@ $<"
  82.     build: release command h2inc_h_inc "$(H2INC) /c $(CFLAGS_G) $(CFLAGS_R) $<"
  83.     build: debug command h2inc_h_inc "$(H2INC) /c $(CFLAGS_G) $(CFLAGS_D) $<"
  84.     build: release command lrf_com "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  85.     build: debug command lrf_com "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LIBS: = +^\n) +\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  86.     build: command link_com "$(LINKER) @$(PROJ).lrf"
  87.     build: command run "$(PROJ).com $(RUNFLAGS)"
  88.     build: command debug "CV $(CVFLAGS) $(PROJ).com $(RUNFLAGS)"
  89.     build: suffixes
  90.     build: include dependencies
  91.     build: include no system
  92.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  93.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  94.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  95.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  96.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  97.     build: include .rc "^\\:i\\:b\\{ICON\\!BITMAP\\!FONT\\!CURSOR\\}\\:b\\{LOADONCALL\\:b\\!PRELOAD\\:b\\!FIXED\\:b\\!MOVABLE\\:b\\!DISCARDABLE\\:b\\!\\}*\\(\\:p\\)"
  98.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  99.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  100.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  101.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  102.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  103.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  104.     build: message "^LINK [^L]+L[124]"
  105.     build: message "^ILINK : [^L]+L[124]"
  106.     build: message "Build all" file line
  107.     build: message "^NMAKE : [^U]+U[124]"
  108.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  109.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  110.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^H]+HI[124]" file line
  111.     build: message "^[^H]+HI[124][0-9]+: "
  112.     build: message "^DOSXNT :"
  113.     build: message "^bscmake: [^B]+BK[124]"
  114.     build: message "^sbrpack: [^S]+SB[124]"
  115.     build: message "^BIND : [^U]+U[124]"
  116.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  117.     build: message "\\(\\:p\\)(\\(\\:z\\)) : error RC\\:z:" file line
  118.     build: message "^RC:"
  119.     build: message "^RC :"
  120.     build: message "^LIB :"
  121.     build: message "^MPC :"
  122.     build: message "^CVPACK :"
  123.     build: message "Build all" file line
  124.     build: message "Rebuild all" file line
  125.